/*
Theme Name: JEENSEEN
Description: JEENSEEN Theme
Author: Stillfish .
*/


/* RESET CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
    /*font-size: 62.5%;*/
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
    font-style: italic;
}

pre {
    text-indent: 0;
    border-color: #eee;
    border-style: dashed;
    border-width: 1px;
    display: block;
    font-size: 12px;
    font-family: "Microsoft Yahei";
    margin: 10px 0 0 0;
    padding: 10px 0 10px 5px;
    -moz-border-radius: 5px;
    background: #f5f5f5;
    color: #555;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
    max-width: 100%;
    width: auto;
    height: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* IE6 */

* html .clearfix {
    height: 1%;
}


/* IE7 */

*:first-child+html .clearfix {
    min-height: 1%;
}

.clear {
    height: 0;
    font-size: 0;
    -height: 0;
    clear: both;
}

body {
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    overflow-x: hidden;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif";
}

a {
    text-decoration: none;
    color: #555;
}

a:hover {
    text-decoration: none;
}

a:hover:after,
a:hover:before {
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
table thead th {
    text-transform: uppercase;
}


/*h1 {margin-bottom: 0.689655em; }
h2, h3 {margin-bottom: 0.766667em; }
h4 {margin-bottom: 0.583333em; }
h5 {margin-bottom: 0.666667em; }
h6 {margin-bottom: 0.631579em; }*/

sup,
sub {
    font-size: 70%;
}

table {
    /*border: 8px solid;*/
}

thead tr td,
thead tr th {
    /*font-size: 24px;*/
}

table.nostyle {
    border: 0 none;
}

table.nostyle thead tr td,
table.nostyle thead tr th {
    font-size: inherit;
    padding: 0;
}

table.nostyle th,
table.nostyle td {
    padding: 0;
}

table.nostyle thead tr {
    background-color: transparent !important;
}

table.nostyle tr:nth-child(even) {
    background-color: transparent !important;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nocomments {
    display: none;
}

input[type="submit"],
button,
a.button {
    display: inline-block;
    position: relative;
    border: 0 none;
    /* padding: 18px 20px 17px 60px; */
    text-transform: uppercase;
    cursor: pointer;
}

a.button:hover {
    text-decoration: none;
}

input[type="submit"] {
    padding: 14px 25px;
}

@-moz-document url-prefix() {}

.noscript+.loading {
    position: relative;
    margin: 0 auto;
    height: 80px;
}

.noscript+.loading:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    background: url('../images/preloader.gif') no-repeat 50% 50%;
    background-color: #ffffff;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

input[type="text"],
input[type="password"],
textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px;
    margin: 3px;
    border: 0 none;
    font-size: 88.2%;
    font-family: inherit;
    border: 1px solid transparent;
}

.jx-w {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


/* @media (max-width: 1680px) {
    .jx-w {
        max-width: 1384px;
    }
}

@media (max-width: 1440px) {
    .jx-w {
        max-width: 1192px;
    }
} */
